Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.Section Class

Class which represents sections in the odt document.

A section is basically page setup. So document could for example have 12 pages but 2 sections where then one page is Landscape.

Object
   Section

class EinhugurODT.Section

Constructors

Section (private) Private constructor.

Properties

PageIsLandscapeTrue if landscape, else false.

Methods

FooterGets footer instance for the section.
HeaderGets header instance for the section.
PageHeightReturns height of the pages in the section in unit determined by the unit parameter.
PageMarginBottomSets or gets the bottom margin for the pages in the section.
PageMarginLeftSets or gets the left margin for the pages in the section.
PageMarginRightSets or gets the right margin for the pages in the section.
PageMarginTopSets or gets the top margin for the pages in the section.
PageWidthReturns width of the pages in the section in unit determined by the unit parameter.
SetPageSizeSets page size for the pages in the section. This variation takes in only printer paper code.
SetPageSizeSets page size for the pages in the section. This variation takes in detailed size values.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS